home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / checks.zip / APPNOTE.DOC < prev    next >
Text File  |  1991-02-21  |  2KB  |  55 lines

  1.           Sitelock AppNote
  2.  
  3.           In order to improve the overall usability of Sitelock and to
  4.           help the LAN Manager control server access, an additional
  5.           utility is now available for use with SiteLock.
  6.  
  7.           How it works:
  8.           As part of the File Server's system login script you rin the
  9.           program CHKSW.  CHKSW will check for the existence of
  10.           Sitelock's Swatcher program at login time.  If the user
  11.           doesn't have the Swatcher program loaded, CHKSW will return
  12.           and error code.  The login script can be programmed to take
  13.           appropriate action such as immediately logging the user off
  14.           the server. A sample batch file is shown below:
  15.  
  16.           echo off
  17.           CHKSW
  18.           if errorlevel = 1 goto bad
  19.           echo SWatcher loaded, all is fine!
  20.           goto out
  21.           :bad
  22.           echo Swatcher is NOT loaded!
  23.           :out
  24.  
  25.           To ensure security in a multi-server environment, you must
  26.           have CHKSW run on every server even if Sitelock is not
  27.           running on that particular server.  Because login scripts do
  28.           not run when you "attach" to a server, a user could log into
  29.           a server without CHKSW and then attach to a server that does
  30.           have it.  The important point here is to make sure that no
  31.           matter what server the user comes in on, you check for the
  32.           Sitelock Swatcher program.
  33.  
  34.           HOW TO GET IT:
  35.           The CHKSW utility can be obtained three ways.  If you have a
  36.           Compuserve ID, you will find the file in the Netwire Section
  37.           (GO NOVA). It will be in Library 17 as a new upload
  38.           (CHECKSL.ZIP) and then end up in Library 12.  You can also
  39.           call the Brightwork Bulletin Board and download the file
  40.           CHECKSL.ZIP. If you don't have access to a modem, call us
  41.           and we will send it to you at no charge.
  42.  
  43.           We hope that this utility will help you better control and
  44.           manage your network.  Should you have any questions,
  45.           comments, or suggestions, we would love to hear from you. 
  46.           As always, thanks for purchasing Brightwork Products.
  47.  
  48.           Rick Segal, Director of Product Management
  49.           Julie Scaaff, Sitelock Product Manager
  50.  
  51.           (908)530-0440 VOICE
  52.           (908)530-0622 FAX
  53.           Compuserve 76276,2706
  54.  
  55.